[Feature] enable gz compression by default for StreamLoad#648
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Doris 2.1 does not support json compression, so explicitly set compress_type to empty for json format test cases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…fix checkstyle CI Doris 2.1 does not support json compression, so disable default gz compression for json format test cases. Also fix checkstyle CI to install dependencies before running checkstyle:check. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
catpineapple
approved these changes
Apr 7, 2026
11 tasks
JNSimba
added a commit
to apache/doris-website
that referenced
this pull request
May 13, 2026
…compress_type (#3638) ## Versions - [x] dev - [x] 4.x - [ ] 3.x - [ ] 2.1 or older (not covered by version/language sync gate) ## Languages - [x] Chinese - [x] English - [ ] Japanese candidate translation needed ## Docs Checklist - [x] Checked by AI - [ ] Test Cases Built - [x] Updated required version and language counterparts, or explained why not - [x] If only one language changed, confirmed whether source/translation counterparts need sync ## Summary Since Flink Doris Connector 26.1.0, gz compression is enabled by default for Stream Load (apache/doris-flink-connector#648). This PR documents how to disable it: - Append to the 26.1.0 release note: compression can be disabled by setting `'sink.properties.compress_type' = ''`. - Append the same note to the `sink.properties.*` description in the connector configuration table so users can find it from the main config docs. Applied to all four locations: `docs/` (dev EN), `versioned_docs/version-4.x/` (4.x EN), and the corresponding `i18n/zh-CN` Chinese translations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
'sink.properties.compress_type' = ''Test plan
🤖 Generated with Claude Code